home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13688 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  967 b 

  1. Path: ix.netcom.com!netnews
  2. From: legato@ix.netcom.com (Steve Haines )
  3. Newsgroups: comp.lang.c++
  4. Subject: Peeking Memory with Visual C++ 4.0
  5. Date: 26 Mar 1996 20:13:48 GMT
  6. Organization: Netcom
  7. Message-ID: <4j9j5s$dnr@reader2.ix.netcom.com>
  8. NNTP-Posting-Host: irv-ca8-13.ix.netcom.com
  9. X-NETCOM-Date: Tue Mar 26 12:13:48 PM PST 1996
  10.  
  11. I am trying to scan memory, i.e. searching the BIOS for a string using
  12. Visual C++ 4.0, but I found that MSVC++ 4.0 has removed the peek
  13. command. I have compiled, with BC++4.52, the functions that I need
  14. successfully, but I need them in a 32-bit DLL file. I found the source
  15. for peek, added it to my program, but where I ran it, I got a General
  16. Protection Fault.
  17.  
  18. Does anyone know how I can scan memory using MSVC++ 4.0? I am
  19. interested in scanning all of C000, E000, and F000.
  20.  
  21. I am hoping that there is a way to do this other than compiling a
  22. 16-bit DLL and thunk my calls to it.
  23.  
  24. Any help would be greatly appreciated.
  25.  
  26. Steve Haines
  27.